popup

Unban Locker
.ON:/set %deathcan't.die on | msg $chan UnBan Locker by [-Ctrl-] has been ACTIVATED!  $irc
.OFF:/set %deadcan't.die off | msg $chan UnBan Locker by [-Ctrl-] has been DISABLED! Ohhhh NO!!! 
.About:echo -a This $irc protection will stop people from unbaning people in your channel as long as you have ops.


remote 
on *:UNBAN:#: {
  if ($nick == $me) { halt }
  if (%deathcan't.die = on) {
    /mode # +b $banmask
  }
